home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 February / Macworld (1998-02).dmg / Inside Macworld / Alphamania 2 & Effector Sets / AlphaMania 2 / methods and modes.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1997-12-19  |  346 b   |  12 lines

  1. on mouseUp
  2.   global kCandyHeartSprite
  3.   if VerifyEffect(#hsb) then
  4.     if the drawMethod of member the castNum of sprite kCandyHeartSprite = #reveal then
  5.       RemoveAllEffects(sprite(kCandyHeartSprite))
  6.     end if
  7.     hsb(sprite(kCandyHeartSprite), [#animMode: #Infinite, #numFrames: 15])
  8.   else
  9.     UpdateOutput("ESINotInstalled")
  10.   end if
  11. end
  12.